home *** CD-ROM | disk | FTP | other *** search
- -- card: 7369 from stack: in
- -- bmap block id: 10834
- -- flags: 0000
- -- background id: 2683
- -- name: Features
- ----- HyperTalk script -----
- on OpenCard
- play "harpsichord" tempo 180 c7q
- repeat for 5 times
- set the hilite of card button "Begin" to true
- wait for 5 ticks
- set the hilite of card button "Begin" to false
- wait for 5 ticks
- end repeat
- play "harpsichord" tempo 180 c6w
- end OpenCard
-
-
-
- -- part 23 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=4 top=176 right=212 bottom=40
- -- title width / last selected line: 0
- -- icon id / first selected line: 32650 / 32650
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Begin
- ----- HyperTalk script -----
- on mouseUp
- visual effect barn door open
- go to next card
- end mouseUp
-
-
-
- -- part 24 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=50 top=163 right=264 bottom=496
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Begin 1
- ----- HyperTalk script -----
- on mouseUp
- visual effect barn door open
- go to next card
- end mouseUp
-
-